{timelineName}_scalex_class

定义将分配给X轴项目的CSS类名称

dateDate需要格式化的日期

Available only in PRO Edition

Example

scheduler.templates.timeline_scalex_class = function(date){
    return "";
};

Applicable views:Timeline 视图
Details

此模板需要启用timeline 插件。

See also
返回顶部